/*
Theme Name: DXL
Theme URI: http://mathesonmedia.com
Author: David Jensen
Description: Default theme for Defense Export & Logistics
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dxl

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dxl is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.05;
	margin: 0 0 .5em;
}
h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 3em;
}
h2 {
	color: #999999;
	font-family: 'Oswald', sans-serif;
	font-size: 2.4em;
}
h3 {
	color: #7E7E7E;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.2;
	margin: 0 0 1em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}
p {
	margin: 0 0 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f5f5f5;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
.button,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #ffffff;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1;
	text-shadow: none !important;
	text-decoration: none !important;
	border: 0;
	background: #9f232a;
	box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.5), inset 0 5px 10px rgba(255, 255, 255, 0.2), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	padding: 10px 25px;
	display: inline-block;
}
.button.small,
a.button.small,
button.small,
input.small[type="button"],
input.small[type="reset"],
input.small[type="submit"] {
	font-size: 14px;
	padding: 8px 18px;
}

.button:hover,
a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.1), inset 0 10px 10px rgba(255, 255, 255, 0.2), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
	text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #dddddd;
	padding: 8px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	outline: none !important;
}

textarea {
	width: 100%;
	height: 150px;
}

.gform_fields {
	list-style: none;
	padding: 0;
	margin: 0;
}
.gform_fields .gfield {
	margin: 0 0 10px;
}
.gform_fields .large {
	width: 100%;
}

.gform_validation_container {
	display: none !important;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
nav ul {
	list-style: none;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #9F232A;
}

a:hover {
	text-decoration: underline;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.main-navigation {
	background: #231f20;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	box-shadow: 0px -15px 25px rgba( 0, 0, 0, .2);
	position: relative;
	z-index: 10;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul.menu > li {
	float: left;
	position: relative;
}
.main-navigation ul.menu > li.menu-item-has-children > a:after {
	content: '\203A';
	float: right;
	margin-left: 10px;
	transform: rotate(90deg);
}
.main-navigation a {
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	display: block;
	text-decoration: none;
}
.main-navigation .menu > li {
	border-left: 1px solid rgba( 255, 255, 255, .2 );
}
.main-navigation .menu > li:last-child {
	border-right: 1px solid rgba( 255, 255, 255, .2 );
}
.main-navigation .menu > li > a {
	padding: 1.5em 3em;
	text-transform: uppercase;
}
.main-navigation ul ul {
	background: #394048;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	width: 100%;
	min-width: 200px;
}
.main-navigation ul ul li.menu-item-has-children > a:after {
	content: '\203A';
	float: right;
}
.main-navigation ul ul a {
	font-size: 1em;
	padding: .5em 1em .4em 1em;
	display: block;
}
.main-navigation ul ul li {
	display: block;
	border-top: 1px solid #1b1e21;
	border-bottom: 1px solid #616265;
}
.main-navigation ul ul li:hover {
	background: #231f20; /* Old browsers */
	background: -moz-linear-gradient(top, #231f20 0%, #110f10 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#231f20), color-stop(100%,#110f10)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #231f20 0%,#110f10 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #231f20 0%,#110f10 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #231f20 0%,#110f10 100%); /* IE10+ */
	background: linear-gradient(to bottom, #231f20 0%,#110f10 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231f20', endColorstr='#110f10',GradientType=0 ); /* IE6-9 */
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}
.main-navigation .menu > li:hover,
.main-navigation .current_page_item,
.main-navigation .current-menu-item,
.main-navigation .current_page_ancestor {
	background: rgba( 0, 0, 0, .4 );
}
body:not(.home) .main-navigation .current-menu-item ul {
	display: none !important;
}
body:not(.home) .main-navigation .current-menu-item > a {
	color: #EB1B23;
	cursor: default;
}
body:not(.home) .main-navigation .current-menu-item > a:after {
	display: none;
}
.main-navigation ul ul ul {
	background: #292e34;
	left: -999em;
	top: -1px;
}
@media screen and (max-width: 1200px) {
	.main-navigation .menu > li > a {
		padding: 1em 2em;
	}
}
@media screen and (max-width: 991px) {
	.main-navigation .menu > li > a {
		font-size: 1.05em;
		padding: 1em 1.2em;
	}
}
@media screen and (min-width: 768px) {
	#feather-menu-trigger {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.main-navigation {
		display: none;
	}
}

.secondary-navigation {
	background: #292e34;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 40px 0 60px;
	height: 34px;
}
.secondary-navigation:before,
.secondary-navigation:after {
    content: '';
    height: 100%;
    width: 40px;
    background-color: #000000;
    position: absolute;
    top: 0;
    transform: skewX(-30deg);
    transform-origin: top;
    -webkit-transform: skewX(-30deg);
    -webkit-transform-origin: 0 0;
    cursor: pointer;
}
.secondary-navigation:before {
	left: -20px;
}
.secondary-navigation:after {
	right: -40px;
}
.secondary-navigation ul {
	margin: 0;
}
.secondary-navigation ul li {
	float: left;
	position: relative;
	overflow: hidden;
	margin-left: -2px;
	transform: skew(-30deg);
}
/*
.secondary-navigation ul li:before,
.secondary-navigation ul li:after {
    content: '';
    height: 100%;
    width: 40px;
    background-color: #292e34;
    position: absolute;
    top: 0;
    transform: skewX(-30deg);
    transform-origin: top;
    -webkit-transform: skewX(-30deg);
    -webkit-transform-origin: 0 0;
    cursor: pointer;
}
.secondary-navigation ul li:before {
	left: -20px;
}
.secondary-navigation ul li:after {
    right: -40px;
}
*/
.secondary-navigation ul li:hover,
.secondary-navigation ul li.current-menu-item,
.secondary-navigation ul li.current-menu-parent {
	background: #9f232a;
	z-index: 10;
}
.secondary-navigation ul li.current-menu-item {
	z-index: 5;
}
.secondary-navigation ul li a {
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: .9em;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px;
	height: 34px;
	line-height: 38px;
	transform: skew(30deg);
}

/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 767px) {
	.secondary-navigation {
		left: 0;
		overflow: hidden;
	}
	.menu-secondary-container {
	}
	.secondary-navigation ul.menu {
		text-align: center;
	}
	.secondary-navigation ul.menu li {
		float: none;
		display: inline-block;
	}
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 4em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.widget-area {
		padding-left: 35px;
	}
}

.widget-area .widgettitle {
	margin-bottom: 25px;
}

/* Search widget. */
.widget-area .widget_search {
	margin: 0 0 2em;
}
.widget-area .search-field {
	font-size: 1.2em;
	width: 100%;
}
.widget-area .search-form {
	position: relative;
}
.widget-area .search-submit {
  border: 0;
  background: 0;
  padding: 0;
  border-radius: 0;
  position: absolute;
  background: transparent center/32px no-repeat url('images/icons/search.png') !important;
  top: 0;
  right: 0;
  height: 100%;
  width: 20%;
  max-width: 64px;
  box-shadow: none;
}

/* Custom Menu */
.widget-area .widget_nav_menu li {
	display: block;
	padding: 5px 0 5px 26px;
	position: relative;
}
.widget-area .widget_nav_menu li:before {
	content: '';
	width: 14px;
	background: url('images/li-menu-item.png');
	background-repeat: no-repeat;
	background-size: auto 14px;
	background-position: center right;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.widget-area .widget_nav_menu li:hover:before,
.widget-area .widget_nav_menu li.current-menu-item:before {
	background-position: center left;
}
.widget-area .widget_nav_menu li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding: 2px 5px;
}
.widget-area .widget_nav_menu li:hover a,
.widget-area .widget_nav_menu li.current-menu-item a {
	color: #3a8bd5;
}

.widget-area .widget_archive > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget-area .widget_archive > ul li {
	padding: 5px 0;
}
.widget-area .widget_archive > ul li a {
	font-size: 1.1em;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single /*.byline,*/
.group-blog /*.byline */{
	display: inline;
}

.site-content {
	background-image: url('images/mesh.png');
	background-repeat: no-repeat;
	background-position: 65% 0;
	padding: 2em 0 0;
	clear: both;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 1.5em;
}
@media all and (max-width: 767px) {
	.page-content,
	.entry-content,
	.entry-summary {
		overflow: hidden;
	}
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
10.4 Breadcrumbs
--------------------------------------------------------------*/
#breadcrumbs {
	color: #939598;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 1em;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
13.0 Header
--------------------------------------------------------------*/
.site-header {
	overflow: hidden;
	background-color: #000000;
	background-image: url('images/DXL_Website_BG.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.site-branding {
	
}
.site-branding .dxl-home {
	text-decoration: none;
	display: inline-block;
	margin: 10px 0 30px;
}
.site-branding .dxl-logo {
	width: 230px;
}
.site-branding .slogan {
	color: #d1d3d4;
	font-family: 'PT Sans', sans-serif;
	font-size: 11px;
	font-style: italic;
	display: block;
	margin: 0 0 0 24px;
}
.site-tagline {
	color: #dcddde;
	font-size: 1.1em;
	position: absolute;
	right: 0;
	bottom: 1.8em;
}
@media all and (max-width: 767px) {
	.site-header {
		background-size: auto 900px;
		background-position: 40% top;
	}
	.site-branding {
		margin: 36px 0 0;
	}
	.site-tagline {
		display: none;
	}
}

/*--------------------------------------------------------------
13.1 Hero
--------------------------------------------------------------*/
.hero-container {
	background: #1d252b;
}
.featured-hero {
	height: 270px;
	background-position: 80% top;
	background-repeat: no-repeat;
	margin: -70px 0;
}
.hero-title {
	color: #939598;
	font-size: 3.2em;
	margin: 90px 0 0;
}
@media screen and (max-width: 991px) {
	.featured-hero {
		height: 240px;
		background-size: 600px auto;
		background-position: right 30px;
	}
	.hero-title {
		color: #ffffff;
		font-size: 2.5em;
		text-shadow: 2px 2px 4px rgba( 0, 0, 0, .5 );
	}
}
@media screen and (max-width: 480px) {
	.featured-hero {
  		background-position: 40% 30px;
	}
}

/*--------------------------------------------------------------
13.2 Soliloquy
--------------------------------------------------------------*/
.soliloquy-container {
	margin: 0 !important;
	overflow: hidden !important;
}
.soliloquy-container .soliloquy-html-content {
	text-align: center;
}
.soliloquy-container .caption {
	text-align: left;
	position: absolute;
	top: 15%;
	left: 20%;
}
.soliloquy-container .caption.right {
	right: 20%;
	left: auto;
}
.soliloquy-container .caption * {
	text-shadow: 2px 2px 2px rgba( 0, 0, 0, .5 ) !important;
}
.soliloquy-container .caption h1 {
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 3.3em;
	line-height: 1.2;
	margin: 0 0 20px;
}
.soliloquy-container .caption p {
	color: #ffffff;
	font-size: 1.4em;
	line-height: 1.3;
	text-shadow: 1px 1px 2px rgba( 0, 0, 0, .5 ) !important;
	margin: 0 0 20px;
}
.soliloquy-container .button,
.soliloquy-container button {
	color: #ffffff;
	background: #9f232a;
	text-shadow: none !important;
	padding: 10px 20px;
	display: inline-block;
}
.soliloquy-container a.soliloquy-prev,
.soliloquy-container a.soliloquy-next {
	height: 60px;
	width: 40px;
	opacity: .5;
}
.soliloquy-container a.soliloquy-prev {
	left: 0;
}
.soliloquy-container a.soliloquy-next {
	right: 0;
}
.soliloquy-container a.soliloquy-prev:hover,
.soliloquy-container a.soliloquy-next:hover {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.soliloquy-container {
		height: 320px !important;
	}
	.soliloquy-controls {
		display: none !important;
	}
	.soliloquy-container .slide img {
		height: 320px;
		width: auto;
		max-width: 9999px;
		margin-left: -120px;
	}
	.soliloquy-container .slide .caption {
		font-size: .75em;
		left: 10%;
		right: 10%;
	}
	.soliloquy-container .slide .caption h1 {
		line-height: 1;
	}
}

/*--------------------------------------------------------------
14.0 Site Main
--------------------------------------------------------------*/
.site-main {
	min-height: 400px;
}

/*--------------------------------------------------------------
15.0 Footer
--------------------------------------------------------------*/
.site-footer {
	color: #bfbfbf;
	font-size: .95em;
	text-transform: uppercase;
	background: #171b20;
	padding: 2em 0;
}
.site-footer a {
	color: #bfbfbf;
}
.site-footer .row:first-of-type {
	border-top: 1px solid rgba( 255, 255, 255, .2 );
	border-bottom: 1px solid rgba( 255, 255, 255, .2 );
}
.site-footer .row:first-of-type > div[class^=col] {
	border-right: 1px solid rgba( 255, 255, 255, .2 );
	padding: 2em 1.5em;
}
.site-footer .row:first-of-type > div[class^=col]:last-child {
	border: 0;
}

.site-footer .widget h2.widgettitle {
	color: #ffffff;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0 0 1.8em;
}
.site-footer .widget ul.menu a {
	padding: 2px 0;
	display: inline-block;
}
.site-footer .copyright {
	color: rgba( 255, 255, 255, .4 );
	text-transform: none;
	margin: 1em 0;
}